home *** CD-ROM | disk | FTP | other *** search
- Path: prodigy.com!usenet
- From: FSMJ76A@prodigy.com (Stephen Pride)
- Newsgroups: comp.lang.c
- Subject: Re: file splitter
- Date: 2 Feb 1996 00:00:31 GMT
- Organization: Prodigy Services Company 1-800-PRODIGY
- Distribution: world
- Message-ID: <4erk6v$1nf4@useneta1.news.prodigy.com>
- References: <4er295$23c2@tiger1.ocs.lsu.edu>
- NNTP-Posting-Host: inugap5.news.prodigy.com
- X-Newsreader: Version 1.2
-
- I created a program eons ago that splits a file (binary or ascii) into
- several
- "chunks". You can give it the maximum size in bytes for each of the
- "chunks" or give it the maximum number of lines in each "chunk". You
- can
- also recreate the original file from the "chunks". When I last worked
- on the
- program, I was adding a CRC-32 checksum feature to test the original file
- against the "chunks" (I can't remember if I completed this phase). Let
- me
- know if you're interested and I'll see if I can't send you a copy
- (somehow).
-
- Steve
-
-